toggle menu
mDocs Holder SDK
androidJvm
switch theme
mDocs Holder SDK
/
global.mattr.mobilecredential.holder.issuance.dto.grants
Package-level
declarations
Types
Types
Authorization
Code
Link copied to clipboard
@
Serializable
data
class
AuthorizationCode
(
val
issuerState
:
String
?
,
val
authorizationServer
:
String
?
)
Input
Mode
Link copied to clipboard
@
Serializable
enum
InputMode
:
Enum
<
InputMode
>
Pre
Authorized
Code
Link copied to clipboard
@
Serializable
data
class
PreAuthorizedCode
(
val
preAuthorizedCode
:
String
,
val
transactionCode
:
TransactionCode
?
=
null
)
Transaction
Code
Link copied to clipboard
@
Serializable
data
class
TransactionCode
(
val
inputMode
:
InputMode
?
,
val
length
:
Int
?
,
val
description
:
String
?
)